home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / inet_tcp / resolv13 / resolv.txt < prev    next >
Text File  |  1992-11-23  |  2KB  |  108 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                          F R E E W A R E
  10.  
  11.  
  12.         D O M A I N    N A M E   R E S O L V E R   NLM for
  13.  
  14.                        Novell Netware 3.11
  15.  
  16.  
  17.                    Copyright 1992, by HellSoft
  18.  
  19.  
  20.           Comments and bugs to "meloun@vision.felk.cvut.cs"
  21.         New versions "/pub/nw311/resolv:novell.felk.cvut.cs"
  22.  
  23.  
  24.                Written at Czech Technical University,
  25.                     Prague, Czechoslovakia
  26.                           E U R O P E
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. Introduction
  49.  
  50.  This NLM allows access to DNS (Domain Name Server) on Novell Netware 3.11 
  51.  server. It is used to support other NLMs.
  52.  
  53. Acknowledgement: Thanks to Phil Karn and his KA9Q for inspiration.
  54.  
  55.  
  56.  
  57. System requirements
  58.  RESOLV NLM requires Novell Netware Server v3.11 with running TCPIP NLM.
  59.  
  60.  
  61. Loading RESOLV NLM:
  62.  
  63.  load [path]RESOLV {DM [string]} {NS [IP address]} {TO [sec]}
  64.  
  65.  
  66.   DM [string]
  67.     Specifies name of default domain
  68.  
  69.     Default: Null string.
  70.  
  71.       load resolv DM felk.cvut.cs
  72.  
  73.  
  74.   NS [IP address]
  75.     Specifies IP address of Domain Name Server. IP address must be in numeric
  76.     form. If no name server defined, RESLOV.NLM use /ETC/HOST file. 
  77.  
  78.     Default: None.
  79.  
  80.       load resolv NS 147.32.14.32 NS 147.32.14.35
  81.  
  82.   TO [sec]
  83.     Specifies maximum response time(timeout) for Domain Name Server. Value is
  84.     valid until end of command line or next TO command.
  85.  
  86.     Default: 20 seconds
  87.  
  88.       load resolv TO 30
  89.  
  90.  
  91. Example of my configuration:
  92.   Primary Name Server:      147.32.14.32, timeout set to 10 s.
  93.   Secondary Name Server: 147.32.14.35, timeout set to 30 s.
  94.   
  95.   Default domain is:      "felk.cvut.cs"
  96.  
  97.   load resolv DM felk.cvut.cs TO 10 NS 147.32.14.32 TO 30 NS 147.32.14.35
  98.  
  99.  
  100. For header files and call description email on address 
  101. meloun@vision.felk.cvut.cs.
  102.  
  103.  
  104. P.S.:
  105. If anybody finds this manual too short or unsatisfactory, I will be
  106. pleased if he write a better one. My English is not good enough and I'll 
  107. appreciate any help.
  108.